From: Simon Leinen Date: Wed, 26 Nov 2014 18:22:35 +0000 (-0500) Subject: Fix for vc-filewise.el unresolved-call glitch. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~347 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4e0f8f7b2da47a59da317ebcc5c85ef9d3ee3b68;p=emacs.git Fix for vc-filewise.el unresolved-call glitch. --- diff --git a/lisp/vc/vc-filewise.el b/lisp/vc/vc-filewise.el index bc8a8dec416..4a05c9876b6 100644 --- a/lisp/vc/vc-filewise.el +++ b/lisp/vc/vc-filewise.el @@ -41,7 +41,7 @@ If the file is not registered, or the master name is not known, return nil." ;; vc-BACKEND-registered explicitly (let ((backend (vc-backend file))) (if (and backend - (vc-call-backend backend 'registered file)) + (vc-filewise-registered backend file)) (vc-file-getprop file 'vc-name))))) (defun vc-rename-master (oldmaster newfile templates)